home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / i_l / iff_fx_aga / iff_fx_aga_doc < prev    next >
Text File  |  1995-12-30  |  4KB  |  144 lines

  1. IFF - FX 1.1 AGA
  2. ================
  3.  
  4. - A Progam to perform several effects on IFF/ILBM - Pictures 
  5.   on an Amiga with AGA - Chipset.
  6. - Vastly improved from V 1.0 !!!! (Actually rewrote most of the code)
  7. - NEW Effects added, others thrown out (the tedious ones)
  8.  
  9. IFF_FX is Freeware. (Freely Distributable)
  10.  
  11.  This archive should contain:
  12.  
  13.      IFF_FX          ;The Program
  14.      IFF_FX_AGA_doc  ;English documentation
  15.      IFF_FX_AGA_dok  ;Deutsche Anleitung
  16.           
  17. ------------------------------------------------------------------------
  18. Versions:
  19.  
  20. 1.0  18 Jan 1995 - First Version.
  21.  
  22. 1.1   4 Jun 1995 - Major Bugfix, New Features, Vast Improvements
  23.                    of existing features; Many effects now in full
  24.                    glorious color !!!
  25.                    The Program should not crash anymore, all known
  26.                    bugs were removed. (and there were many :-( )
  27.  
  28. ------------------------------------------------------------------------
  29. IFF_FX is Copyright ⌐ 1995 Ralf Treuherz. All Rights reserved.
  30.  
  31. The author will take no responsibility for any damage which results
  32. in improper use of this program.
  33. ------------------------------------------------------------------------
  34.  
  35. Description
  36. -----------
  37.  
  38. Based on a source picture the program will perform some mathematical 
  39. operations like the detections of edges and will save the result as
  40. an IFF/ILBM picture.
  41.  
  42. ------------------------------------------------------------------------
  43. Requirements
  44.  
  45. - An Amiga 1200 or 4000
  46.  (sorry, but the algorithms needed 256 steps of grey!)
  47. - reqtools.library
  48.  
  49. ------------------------------------------------------------------------
  50.  
  51. How to start IFF_FX
  52. -------------------
  53.  
  54. IFF_FX can be called either from Workbench or CLI.
  55.  
  56. * Usage from Workbench
  57.  
  58.  Double-click the Icon. The rest should be quite intuitive:
  59.  Select a Source-Picture (SourcePic) and a Destination-
  60.  Picture (DestPic), choose an effect, and press "Process" !
  61.  
  62. * Usage from CLI
  63.  
  64.  IFF_FX <SourcePic> <DestPic> [Effect]
  65.  
  66.  <SourcePic> and <DestPic> are filenames of Pictures and [Effect]
  67.  is an optional Number 0-8 for an effect (see below)
  68.  
  69. ------------------------------------------------------------------------
  70.  
  71. The Effects
  72. -----------
  73. If both a Source- and Destination-Picture is chosen, the Program
  74. will compute the Destination-Picture from the Source-Picture
  75. with the following Effects:
  76.  
  77. a) Effect: none or 0 / Button: Grey
  78.  
  79.  NEW: Now is a real Greyscale representation according to the
  80.  reception of colors to the human eye (the simple (r+g+b)/3 gives
  81.  not the correct result). This effect is also used as a precomputing
  82.  for Effects 1 - 3.
  83.  The Result is a Greyscale - Representation of the Source.
  84.  The number of Bitplanes is not changed. 
  85.  
  86. b) Effect: 1 / Button: Amplitude
  87.  
  88.  The Result is a Picture containing the Quality of the Edges 
  89.  in the SourcePic using the Sobel-Operator. Edges which sourround
  90.  an Object in the SourcePic will result in a closed line in the DestPic.
  91.  
  92. c) Effect: 2 / Button: Phase
  93.  
  94.  The Result is a Picture which contains the Direction of
  95.  the Edges. Perhaps of little use to pictures with very 
  96.  high detail.
  97.  
  98. d) Effect: 3 / Button: Outline
  99.  
  100.  The Result is a Picture that looks like a Relief. Especially
  101.  useful for Workbench-Backgrounds if you convert the resulting
  102.  256-Greys - Picture to fewer colors using the appropriate program.
  103.  
  104. e) Effect: 4 / Button: Smooth
  105.  
  106.  NEW: This effect now results in a color picture !
  107.  The Source - Picture is smoothed with a 3*3 Grid, (Low - Pass)
  108.  the colormap is not altered.
  109.  
  110. f) Effect: 5 / Button: Median
  111.  
  112.  NEW EFFECT ! Mostly comparable to "Smooth", but gives better results
  113.  with pictures that are distorted with black/white - Noise (extreme
  114.  spikes), is a bit slower than "Smooth" because of the involved sorting-
  115.  algorithm.
  116.  
  117. g) Effect: 6 / Button: Sharpen
  118.  
  119.  NEW EFFECT ! Actually, "Smooth" in Reverse, doing a Highpass.
  120.  
  121. h) Effect: 7 / Button: Halve
  122.  
  123.  NEW EFFECT ! This proves to be very useful in conjunction with other
  124.  memory-eating-high-tech-24-Bit-Products like 'Art Department Pro'.
  125.  Halves the vertical and horizontal size, adapts the screenmode
  126.  accordingly.
  127.  
  128. i) Effect: 8 / Button: Invert
  129.  
  130.  This Effect inverts the Colormap and will not change the 
  131.  number of Colors in the Picture.
  132.  
  133.  
  134. ------------------------------------------------------------------ 
  135.  
  136. The Author
  137. ----------
  138.  
  139.  Ralf Treuherz
  140.  
  141.  gl176@appl1.hrz.uni-siegen.de
  142.  
  143.  Please send any comments about this Program to this E-Mail address.
  144.